runtime/pprof.Profile.write (field)

10 uses

	runtime/pprof (current package)
		pprof.go#L183: 	write func(io.Writer, int) error
		pprof.go#L195: 	write: writeGoroutine,
		pprof.go#L201: 	write: writeThreadCreate,
		pprof.go#L207: 	write: writeHeap,
		pprof.go#L213: 	write: writeAlloc,
		pprof.go#L219: 	write: writeBlock,
		pprof.go#L225: 	write: writeMutex,
		pprof.go#L329: 	if p.write != nil {
		pprof.go#L376: 	if p.write != nil {
		pprof.go#L377: 		return p.write(w, debug)